Skip to main content

Master the Power of Hypi's Stripe Serverless Function on Fenrir

Check the use case to explore Hypi's serverless functions

written by:
Courtney Robinson

Exciting Update: Master the Power of Hypi's Stripe Serverless Function on Fenrir!

Hello, amazing developers! We're beyond excited to share a revolutionary tool that's set to supercharge your payment processing capabilities - Hypi's Stripe serverless function is now accessible on the Fenrir platform! This incredible feature brings you the best of both worlds: Stripe's powerful API and Hypi's seamless serverless environment.

Let's dive into how you can harness this power in your Hypi lowcode projects.

Empower Your Applications with Stripe and Hypi

Integrating Stripe into your Hypi applications is now as simple as it gets. Whether you're looking to process payments, manage subscriptions, or handle any financial transactions, Hypi's Stripe serverless function has got you covered.

How to Use It: A Developer's Quick Guide

  1. Effortless Integration: Add the Stripe serverless function directly to your Hypi schema within your lowcode projects. There's no need to clone any repository unless you're aiming for customization. Hypi has made this tool publicly available for your convenience.

  2. Schema Magic: To utilize this function, include it in your Hypi Query or Mutation types. For example, to create a Stripe charge, your Mutation type could look something like this:

type Mutation {
createCharge(resource: String="charges", method:String="create", paramOrder: [String!] = ["charge"], charge: Json): Json @fn(name: "stripe", version: "v1", src: "hypi", env: ["STRIPE_SECRET"])
}

This snippet makes setting up a charge creation API a breeze. Remember, STRIPE_SECRET is a must-have environment variable for your project, serving as your Stripe API key.

  1. A Real-World Example: Imagine you want to create a Stripe customer. Here’s how you’d write it:
type Mutation {
createCustomer(resource: String="customers", method:String="create", paramOrder: [String!] = ["customer"], customer: Json): Json @fn(name: "stripe", version: "v1", src: "hypi", env: ["STRIPE_SECRET"])
}

And for updating customer details with multiple parameters:

type Mutation {
updateCustomer(resource: String="customers", method:String="update", paramOrder: [String!] = ["id","payload"], id: String!, payload: Json!): Json @fn(name: "stripe", version: "v1", src: "hypi", env: ["STRIPE_SECRET"])
}

Why You'll Love It:

  • Zero Hassle Integration: Directly integrate with your Hypi lowcode projects without the need to manage additional repositories.
  • Powerful and Flexible: Tailor your payment processing with the versatility of Stripe’s API and the ease of Hypi's serverless functions.
  • Streamlined Development: Speed up your development process with clear, concise, and powerful GraphQL mutations.

Dive In and Transform Your Payment Processing Today!

Unleash the full potential of your applications with the combined power of Hypi's serverless environment and Stripe's comprehensive payment platform. This is your ticket to not just meet but exceed your development goals with efficiency, security, and ease.

Get ready to elevate your applications and offer your users an unparalleled experience. Start integrating, and let your projects thrive!

**Happy Coding! **

Powered By Hypi.
Loading...
X

Still not convinced? Contact our sales team for a free demo, we’ll get you started

Make it happen! Access scalable platform for your customers needs.

Phone

By registering you agree to the Terms & Conditions